Private Sub CommandButton2_Click()
TextBox1.Value = ""
ComboBox1.Value = ""
CheckBox1.Value = False
OptionButton1.Value = False

End Sub